home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / etc / udev / rules.d / 95-udev-late.rules < prev    next >
Text File  |  2008-10-24  |  234b  |  9 lines

  1. # do not edit this file, it will be overwritten on update
  2.  
  3. # run a command on remove events
  4. ACTION=="remove", ENV{REMOVE_CMD}!="", RUN+="$env{REMOVE_CMD}"
  5.  
  6. # event to be catched by udevmonitor
  7. RUN+="socket:@/org/kernel/udev/monitor"
  8.  
  9.